home *** CD-ROM | disk | FTP | other *** search
- cl -DDAEMON -Ml -c mail.c
- cl -DDAEMON -Ml -c call.c
- cl -DDAEMON -Ml -c email.c
- cl -DDAEMON -Ml -c file.c
- cl -DDAEMON -Ml -c screen.c
- cl -DDAEMON -Ml -c mbox.c
- cl -DDAEMON -Ml -c desk.c
- cl -DDAEMON -Ml -c reply.c
- del shlib1.lib
- lib shlib1.lib call.obj email.obj file.obj screen.obj mbox.obj desk.obj reply.obj ;
- cl -DDAEMON -Ml -c create.c
- cl -DDAEMON -Ml -c kbdinp.c
- cl -DDAEMON -Ml -c pager.c
- cl -DDAEMON -Ml -c window.c
- cl -DDAEMON -Ml -c setup.c
- cl -DDAEMON -Ml -c errdisp.c
- del shlib2.lib
- lib shlib2.lib create.obj kbdinp.obj pager.obj window.obj setup.obj errdisp.obj ;
- cl -DDAEMON -Ml -c invoke.c
- cl -DDAEMON -Ml -c textcopy.c
- cl -DDAEMON -Ml -c makework.c
- cl -DDAEMON -Ml -c mailfile.c
- cl -DDAEMON -Ml -c deskutil.c
- del shlib3.lib
- lib shlib3.lib invoke.obj textcopy.obj makework.obj mailfile.obj deskutil.obj ;
- cl -DDAEMON -Ml -c submit.c
- cl -DDAEMON -Ml -c edit.c
- cl -DDAEMON -Ml -c alias.c
- cl -DDAEMON -Ml -c snapshot.c
- del shlib4.lib
- lib shlib4.lib submit.obj edit.obj alias.obj snapshot.obj ;
- cl -DDAEMON -Ml -c msd_dir.c
- cl -DDAEMON -Ml -c myalloc.c
- cl -DDAEMON -Ml -c params.c
- cl -DDAEMON -Ml -c path.c
- cl -DDAEMON -Ml -c newseqno.c
- cl -DDAEMON -Ml -c ascf.c
- cl -DDAEMON -Ml -c spoolfil.c
- cl -DDAEMON -Ml -c str.c
- cl -DDAEMON -Ml -c ms_parse.c
- del libgen.lib
- lib libgen msd_dir.obj myalloc.obj params.obj path.obj newseqno.obj ascf.obj spoolfil.obj str.obj ms_parse.obj ;
- cl -F 2000 -Ml -o mail.exe mail.obj -link shlib1.lib shlib2.lib shlib3.lib shlib4.lib libgen.lib ..\termcap\termcap.lib
- exepack mail.exe junk
- del mail.exe
- ren junk mail.exe
- cl -DDAEMON -Ml -c smail.c
- cl -DDAEMON -Ml -c unalias.c
- cl -DDAEMON -Ml -c hsearch.c
- cl -F 2000 -Ml -o smail.exe smail.obj unalias.obj hsearch.obj -link libgen.lib
- exepack smail.exe junk
- del smail.exe
- ren junk smail.exe
- cl -DDAEMON -Ml -c nmail.c
- cl -F 2000 -Ml -o nmail.exe nmail.obj -link libgen.lib
- exepack nmail.exe junk
- del nmail.exe
- ren junk nmail.exe
- cl -DDAEMON -Ml -c cmail.c
- cl -F 2000 -Ml -o cmail.exe cmail.obj invoke.obj -link libgen.lib
- exepack cmail.exe junk
- del cmail.exe
- ren junk cmail.exe
-